Click or drag to resize

FolderChange Constructor (StandardFolder, IListProperty, IListPropertyPath)

Initializes a new instance of the FolderChange class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public FolderChange(
	StandardFolder standardFolder,
	IList<Property> propertiesToSet,
	IList<PropertyPath> propertiesToDelete
)

Parameters

standardFolder
Type: Independentsoft.ExchangeStandardFolder
propertiesToSet
Type: System.Collections.GenericIListProperty
propertiesToDelete
Type: System.Collections.GenericIListPropertyPath
See Also